GtkTreeView: Remove a no-longer-valid optimization
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jun 2014 17:51:25 +0000 (13:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jun 2014 17:52:11 +0000 (13:52 -0400)
commit0056d3a6ad8771f98afb61bf603f60ce1b61d10b
tree2cc6efeaf3be4151991c318f3bf2aec3eabd2683
parent72ece5a62cca537e6925219ab5f23ff3c6c6e1b3
GtkTreeView: Remove a no-longer-valid optimization

The rubberband rendering code was assuming that we just have
a 1-pixel border and the rest of the rubberband is uniform.
That is not a safe assumption to make with css-styled
rubberbands, so remove it.
gtk/gtktreeview.c